Docs.rs
starlane-space-0.3.19
starlane-space 0.3.19
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
uberscott
Dependencies
anyhow ^1.0.89
normal
ariadne ^0.1.5
normal
async-trait ^0.1.83
normal
bincode ^1.3.3
normal
convert_case ^0.5.0
normal
dashmap ^5.3.4
normal
enum-ordinalize ^3.1.11
normal
lazy_static ^1.5.0
normal
md-5 ^0.10.6
normal
nom ^7.1.3
normal
nom-supreme ^0.8.0
normal
nom_locate ^4.2.0
normal
once_cell ^1.20.0
normal
regex ^1.5.4
normal
semver ^1.0.10
normal
serde ^1.0.69
normal
serde_json ^1.0.79
normal
serde_urlencoded ^0.7.1
normal
starlane-primitive-macros ^0.3.19
normal
strum ^0.26.3
normal
strum_macros ^0.26.4
normal
thiserror ^1.0.63
normal
tokio ^1.41.0
normal
url ^2.3.1
normal
validator ^0.15.0
normal
Versions
1.51%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
starlane_
space
0.3.19
Track
Regex
Aliased type
Methods
new
In starlane_
space::
space::
log
starlane_space
::
space
::
log
Type Alias
TrackRegex
Copy item path
Source
pub type TrackRegex =
TrackDef
<
Regex
>;
Aliased Type
§
struct TrackRegex {
/* private fields */
}
Implementations
§
Source
§
impl
TrackRegex
Source
pub fn
new
<S:
ToString
>( selector: S, stop: S, action: S, ) ->
Result
<Self,
SpaceErr
>