Docs.rs
shellfn-core-0.2.0
shellfn-core 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
synek317
Dependencies
itertools >=0.8, <=0.14
normal
thiserror ^2
normal
Versions
70.37%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
shellfn_core/
lib.rs
1
mod
error;
2
mod
execute;
3
mod
utils;
4
5
pub use
crate
::error::Error;
6
pub use
crate
::execute::
*
;