Skip to content

Instantly share code, notes, and snippets.

View tmccombs's full-sized avatar

Thayne McCombs tmccombs

  • Lucid Software, Inc.
  • USA
View GitHub Profile
@tmccombs
tmccombs / playground.rs
Last active August 24, 2018 04:34 — forked from rust-play/playground.rs
Code shared from the Rust Playground
#![feature(pin)]
use std::marker::Unpin;
use std::ops::{Deref, DerefMut};
use std::rc::Rc;
use std::sync::Arc;
#[derive(Copy, Clone)]
pub struct Pin<P> {
pointer: P,
;;;;Modify ~/quicklisp/dists/quicklisp/software/fsbv-20101006-git to look like
;;;;this:
;; CFFI-Grovel definitions for unix systems.
;; Liam Healy 2009-02-22 09:24:33EST libffi-unix.lisp
;; Time-stamp: <2009-08-23 09:51:01EDT libffi-unix.lisp>
;; $Id: $
(in-package :fsbv)