A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://programming.dev/post/21622044",
"attributedTo": "https://programming.dev/u/AsudoxDev",
"to": [
"https://programming.dev/c/rust",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Embedded and sandboxed scripting languages in Rust",
"cc": [],
"content": "<p>I want to allow the users of my project be able to write the driving logic, while I provide the tools.\nWhat are some embedded scripting languages in Rust that can be sandboxed and are easy for absolute beginners?</p>\n<p>edit: Thanks for all of your answers, I decided to go with lua using mlua</p>\n",
"mediaType": "text/html",
"source": {
"content": "I want to allow the users of my project be able to write the driving logic, while I provide the tools.\nWhat are some embedded scripting languages in Rust that can be sandboxed and are easy for absolute beginners?\n\nedit: Thanks for all of your answers, I decided to go with lua using mlua",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2024-11-12T08:21:01.307707Z",
"updated": "2024-11-12T21:11:16.448813Z",
"audience": "https://programming.dev/c/rust",
"tag": [
{
"href": "https://programming.dev/post/21622044",
"name": "#rust",
"type": "Hashtag"
}
]
}