Docs.rs
span-core-0.1.0
span-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Milk-COCO
Dependencies
num-traits ^0.2.19
normal
thiserror ^2.0.18
normal
Versions
21.74%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module span
span_
core
0.1.0
Module span
Module Items
Enums
In crate span_
core
span_core
Module
span
Copy item path
Source
Enums
§
Span
闭开区间 或 闭无限区间。
即
start..end
或
start..
。
即
[start,end)
或
[start,+∞)
。
Span
Error