rquickjs-core 0.1.1

High level bindings to the QuickJS javascript engine
Documentation
1
2
3
4
5
6
use crate::Value;

/// Rust representation of a javascript symbol.
#[derive(Debug, Clone, PartialEq)]
#[repr(transparent)]
pub struct Symbol<'js>(pub(crate) Value<'js>);