2 stable releases
1.0.1 | Aug 8, 2024 |
---|---|
1.0.0 | Jul 29, 2024 |
#4 in #saber
513 downloads per month
Used in 2 crates
(via tensor-toolbox)
35KB
620 lines
Tensor Toolbox
A set of useful Rust crates for Solana development.
License
Copyright (c) 2024 Tensor Protocol Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
lib.rs
:
Library for writing safer Solana programs.
The prelude contains all commonly used components of the crate. All programs should include it via use tensor_vipers::prelude::*;
.
Dependencies
~17–27MB
~450K SLoC