Docs.rs
bun_ptr-0.1.5
bun_ptr 0.1.5
Docs.rs crate page
MIT
OR
MPL-2.0
26 August 2026
Links
Repository
crates.io
Source
Owners
putao520
Dependencies
allocator-api2 ^0.2
normal
bstr ^1
normal
bun_alloc ^0.1.0
normal
bun_core ^0.1.0
normal
bun_core_macros ^0.1.0
normal
phf ^0.11
normal
scopeguard ^1
normal
Versions
62.45%
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
Owned
bun_ptr
0.1.5
Owned
Aliased Type
In crate bun_
ptr
bun_ptr
Type Alias
Owned
Copy item path
Source
pub type Owned<T> =
Box
<T>;
Aliased Type
ยง
pub struct Owned<T>(
/* private fields */
);