6 releases
Uses old Rust 2015
0.2.3 | May 28, 2017 |
---|---|
0.2.2 | May 28, 2017 |
0.1.0 | May 19, 2017 |
0.0.1 | May 11, 2017 |
#21 in #welcome
22 downloads per month
78KB
1.5K
SLoC
Amiwô - API Documentation
Various utility types & functions for Rust
Hello, and welcome to the core Amiwô API documentation! This is very much a WIP project, derived from a similar work I did for Node.js
Libraries
- Types - Various types commonly used.
Release notes
lib.rs
:
Amiwô - API Documentation
Hello, and welcome to the core Amiwô API documentation! This crate contains both various utility functions & types that I used across several applications as well as contribution to other third party modules
Structure
Each module in this library is held behind a feature flag. The present feature list is below, with an asterisk next to the features that are enabled by default:
- "rest" => Rocket extension
- "json" => Serde extension
The recommend way to include features from this crate via Cargo in your
project is by adding a [dependencies.amiwo]
section to your
Cargo.toml
file, setting default-features
to false, and specifying
features manually. For example, to use the Rocket module, you would add:
[dependencies.amiwo]
version = "*"
default-features = false
features = ["rest"]
This crate is expected to grow with time, adding new elements to outside crates
Dependencies
~8MB
~169K SLoC