Docs.rs
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
Docs.rs
Search
I'm Feeling Lucky
Recent Releases
tishlang_opt-3.0.0
AST optimization pass for Tish (constant folding, short-circuit, etc.)
1 seconds ago
tishlang_builtins-3.0.0
Shared builtin implementations for Tish (array, string, object, math)
3 seconds ago
tishlang_parser-3.0.0
Tish recursive descent parser
7 seconds ago
tishlang_ui-3.0.0
Shared JSX lowering and UI runtime (vnode, hooks, host protocol) for Tish
16 seconds ago
tishlang_lexer-3.0.0
Tish lexer with indent normalization and tab/space handling
17 seconds ago
tishlang_jsx_web-3.0.0
Workspace placeholder; Lattish runtime is the lattish npm/git repo (not vendored here)
17 seconds ago
tishlang_resolve-3.0.0
Lexical name resolution for Tish (LSP, tooling)
22 seconds ago
tishlang_core-3.0.0
Shared Value type and utilities for Tish (used by interpreter and runtime)
24 seconds ago
tishlang_ffi-3.0.0
Stable C ABI for tish native extensions — opaque value handles + extern "C" accessors so a cdylib (native) or wasm host-import module can interoperate with any tish backend without sharing tish_core's Rust types. Workstream B (full-backend-parity-plan.md).
24 seconds ago
tishlang_ast-3.0.0
Tish AST types and span info
29 seconds ago
tishlang_build_utils-3.0.0
Shared build utilities for Tish (workspace discovery, path resolution)
34 seconds ago
nest-rs-database-1.2.0
ORM-agnostic data-layer seam for NestRS: the ambient request/job Executor task-local plus the object-safe Executor trait an ORM module implements. SeaORM is the first-party implementation (nest-rs-seaorm), and the trait is public so other stores can be written against it.
36 seconds ago
nest-rs-graphql-macros-1.2.0
Internal — GraphQL decorator macros (#[graphql], #[resolver]); re-exported by nest-rs-graphql, not a direct dependency.
36 seconds ago
tokio-graceful-shutdown-0.20.0
Utilities to perform a graceful shutdown on a Tokio based service.
39 seconds ago
nest-rs-filters-1.2.0
Transport-spanning error-mapping filters for NestRS — one Layer System sub-trait that turns inner errors into responses on HTTP, GraphQL, and WS, declared globally via `use_filters_global` or per-scope through `#[use_filters]`.
43 seconds ago